projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aeada12
)
Make the ELC+ELN lines line up with the other lines
author
Lars Ingebrigtsen
<larsi@gnus.org>
Wed, 5 May 2021 07:41:49 +0000
(09:41 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Wed, 5 May 2021 07:41:49 +0000
(09:41 +0200)
src/verbose.mk.in
patch
|
blob
|
history
diff --git
a/src/verbose.mk.in
b/src/verbose.mk.in
index 085a05a2fa6be0bf7e7e18c4c91e4e5b8a4ff02c..50d6ea32000cb2fd015413f4da65e677d6e10720 100644
(file)
--- a/
src/verbose.mk.in
+++ b/
src/verbose.mk.in
@@
-38,7
+38,7
@@
ifeq ($(HAVE_NATIVE_COMP),yes)
ifeq ($(NATIVE_DISABLED),1)
AM_V_ELC = @echo " ELC " $@;
else
-AM_V_ELC = @echo " ELC+ELN
" $@;
+AM_V_ELC = @echo " ELC+ELN " $@;
endif
else
AM_V_ELC = @echo " ELC " $@;